.move-head {
  width: 100%;
  height: 60px;
  box-shadow: 0 5px 10px rgb(rgb(0, 0, 0, 0.2));
  border-bottom: 1px #eee solid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  display: none;
  padding: 0 20px;
  box-sizing: border-box;
}
.move-head img {
  width: 100%;
}
.move-head .move-logo {
  width: 120px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.move-head .move-menu {
  width: 32px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.move-head .move-menu .close {
  display: none;
  width: 85%;
}
.move-head .move-menu.menu-click .open {
  display: none;
}
.move-head .move-menu.menu-click .close {
  display: block;
}
.move-navbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  background-color: #fff;
  z-index: 999;
  display: none;
  right: -100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.move-navbox.move-click {
  width: 100%;
  right: 0;
}
.move-navbox .move-nav {
  padding: 10px 30px;
}
.move-navbox .move-nav ul li {
  border-bottom: 1px #eee solid;
  background: url(../images/arrow.png) no-repeat right center;
  background-size: 22px 22px;
}
.move-navbox .move-nav ul li.on {
  border-color: #888;
}
.move-navbox .move-nav ul li.on h4 {
  font-weight: bold;
}
.move-navbox .move-nav ul li a {
  display: block;
  padding: 18px 0;
}
.move-navbox .move-nav ul li h4 {
  font-size: 16px;
  color: #333;
}
.move-navbox .move-nav ul li h5 {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin-top: 5px;
}
.swiper-pagination {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.scroll .icon2 {
  display: none;
}
.switch-box {
  margin-top: 30px;
  border-bottom: 1px #eee solid;
  padding-bottom: 20px;
  /* text-align: center; */
}
.switch-box a {
  font-size: 16px;
  margin: 0 5px;
  padding: 8px;
}
.switch-box a.cur,
.switch-box a:hover {
  border-radius: 50%;
  color: #666;
}
.move-ban {
  display: none;
}
.index-move {
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px #eee solid;
  margin-bottom: 20px;
  display: none;
  /* box-shadow: 0 2px 6px rgba(156, 156, 156, 0.2); */
}
.index-move .nav-icon img {
  width: 80%;
}
.index-move .nav-icon ul li {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
}
.index-move .nav-icon ul li:last-child {
  border: none;
}
.index-move .nav-icon ul li p {
  font-size: 0.14rem;
  color: #666;
  margin-top: 0.05rem;
}
.index-move .search-box {
  margin-bottom: 20px;
  padding: 20px 15px;
  border-bottom: 5px #eee solid;
}
.index-move .move-search {
  position: relative;
}
.index-move .move-search .input {
  width: 100%;
  outline: none;
  padding: 10px 0;
  border: 1px #eee solid;
  text-indent: 0.15rem;
  border-radius: 15px;
}
.index-move .move-search .submit {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 0.25rem;
  height: 0.25rem;
  border: none;
  outline: none;
  background: url(../images/search.png) no-repeat;
  background-size: cover;
  z-index: 10;
}
.index_banner .swiper-pagination-bullet {
  width: 15px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.index_banner .swiper-pagination-bullet-active {
  width: 35px;
}
.move-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 0.6rem;
  background-color: #c4261d;
  z-index: 10;
  display: none;
}
.move-footer .foot-nav img {
  width: 0.25rem;
  height: 0.25rem;
}
.move-footer .foot-nav ul li {
  width: 33.333%;
  height: 0.6rem;
  float: left;
  text-align: center;
  padding-top: 0.08rem;
  box-sizing: border-box;
  position: relative;
}
.move-footer .foot-nav ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.3rem;
  background-color: #ccc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.move-footer .foot-nav ul li:nth-child(3):after {
  display: none;
}
.move-footer .foot-nav ul li h4 {
  font-size: 0.14rem;
  color: #fff;
}
.timer-move-box {
  display: none;
}
@media only screen and (max-width: 1700px) {
  .container,
  .rczp_wrap .container {
    width: 85%;
  }
  .index_head .index_head_auto {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1620px) {
  .index_banner .banner_txt h3 {
    font-size: 23px;
    margin-bottom: 3px;
  }
  .index_banner .banner_txt p {
    font-size: 15px;
  }
  .index_head .index_head_auto .head_nav li {
    /* margin: 0 15px; */
  }
  .page_about .about_ditu {
    background: none;
    height: auto;
  }
  .page_about .about_ditu img {
    display: block;
  }
}
@media only screen and (max-width: 1420px) {
  .idnex_picimg .container .more_btn {
    height: 45px;
    line-height: 45px;
  }
  .index_banner .banner_txt h3 {
    font-size: 23px;
  }
  .index_banner .banner_txt p {
    font-size: 15px;
  }
  .about_bgimg {
  position: relative;
  height: 650px;
  background: url(../images/about1.jpg) top no-repeat;
  background-size:100%
}
  .index_gywm .gywm_wrapper .gywm_right .gywm_right_text .more_btn {
    height: 35px;
    line-height: 35px;
  }
  .index_news .news_auto .news_main ul li .list_wrap .list_wrap_head h3 {
    font-size: 16px;
  }
  .piclist_list .item_box {
    width: 32%;
    margin-right: 2%;
  }
  .piclist_list .item_box:nth-child(4n) {
    margin-right: 2%;
  }
  .piclist_list .item_box:nth-child(3n) {
    margin-right: 0;
  }
  .container,
  .rczp_wrap .container {
    width: 95%;
  }
  .page_piclist {
    margin-top: 150px;
  }
  .piclist_auto {
    width: 95%;
  }
  .page_about .about_cont {
    margin-top: -386px;
  }
  .item_content .swiper-wrapper .swiper-slide {
    background: none !important;
    height: auto;
  }
  .item_content .swiper-wrapper .swiper-slide img {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .piclist_auto {
    width: 95%;
  }
  .piclist_list .item_box {
    width: 32%;
    margin-right: 2%;
  }
  .piclist_list .item_box:nth-child(4n) {
    margin-right: 2%;
  }
  .piclist_list .item_box:nth-child(3n) {
    margin-right: 0;
  }
  .index_head .index_head_auto .head_logo {
    width: 130px;
    margin-top: 20px;
  }
  .page_about .about_cont {
    margin-top: -350px;
  }
  .page_about .about_content .about-main .imgbox {
    width: 50%;
  }
  .page_about .about_content .text p {
    line-height: 30px;
  }
  .about_bgimg {
    height: 590px;
  }
  .page_lxwm .zxns_content .zxns_list li {
    width: 33%;
  }
}
@media only screen and (max-width: 1024px) {
  .page_about .about_content .about-main {
    flex-wrap: wrap;
  }
  .page_about .about_content .about-main .imgbox {
    width: 100%;
    height: 340px;
    overflow: hidden;
  }
  .page_about .about_content .text {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
  .page_about .about_content {
    padding: 30px;
  }
  .page_about .about_content .about-main {
    width: 98%;
  }
  .page_about .about_cont {
    margin-top: -310px;
  }
  .page_about .about_cont {
    padding: 0;
  }
  .index_head .index_head_auto .head_nav li {
    margin: 0 12px;
  }
  .index_head .index_head_auto {
    padding: 0 20px;
  }
  .index_head .index_head_auto .head_nav .share_icon {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 880px) {
  .piclist_auto {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
  }
  .piclist_list {
    text-align: center;
  }
  .piclist_list .item_box {
    width: 47%;
    margin: 0 1.2%;
    float: none;
    display: inline-block;
  }
  .piclist_list .item_box:nth-child(4n) {
    margin: 0 1.2%;
  }
  .piclist_list .item_box:nth-child(3n) {
    margin: 0 1.2%;
  }
  .picimg_head {
    padding: 0 1.2% 40px;
  }
  .page_about .about_content .about-main .imgbox {
    width: 100%;
    height: 280px;
    overflow: hidden;
  }
  .index_head {
    display: none;
  }
  .index_banner {
    margin-top: 60px;
  }
  .move-head {
    display: block;
  }
  .move-navbox {
    display: block;
  }
  .index_foot {
    margin-top: 50px;
  }
  .picimg_head .head_title h3 {
    font-size: 24px;
  }
  .picimg_head .head_title p {
    font-size: 13px;
  }
  .item_content {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .piclist_auto {
    padding: 0 15px;
  }
  .idnex_picimg .container .item .boximg .item_after h3 {
    font-size: 16px;
	text-shadow: #2b2a2a 4px 4px 6px;
  }
  .idnex_picimg .container .item:hover .boximg .item_after p {
    font-size: 13px;
  }
  .idnex_picimg .container .more_btn {
    width: 35%;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }
  .idnex_picimg .container .more_btn span {
    font-size: 12px;
  }
  .index_banner .banner_txt h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .index_banner .banner_txt p {
    font-size: 18px;
  }
  .picimg_head .head_title {
    float: none;
    text-align: center;
  }
  .picimg_head .head_title h3 span {
    font-size: 14px;
  }
  .picimg_head .category {
    text-align: center;
    float: none;
    margin-top: 20px;
  }
  .idnex_picimg {
    padding: 30px 0;
  }
  .idnex_picimg .container .item .boximg::after{
	  display:none
  }
  .item_content {
    margin-top: 0.6rem;
  }
  .rczp_wrap {
    margin-top: 120px;
  }
  .item_content .item_main .item_inner {
    margin-left: 2%;
  }
  .item_content .item_data .data_box h3 {
    font-size: 15px;
  }
  .item_content .item_main .item_inner h3.title {
    margin-bottom: 0.15rem;
  }
  .item_content .container .boxtxt h4 {
    font-size: 14px;
  }
  .item_content .container .item_box {
    width: 32%;
    margin-right: 2%;
  }
  .item_content .container .item_box:nth-child(3) {
    margin-right: 0;
  }
  .scroll {
    right: 10px;
    bottom: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .scroll .icon1 {
    display: none;
  }
  .scroll .icon2 {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .idnex_picimg .container .bigbox .boxtxt h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 100px;
  }
  .move-head {
    height: 0.6rem;
  }
  .pc-ban {
    display: none;
  }
  .page_about .about_ditu{
    display: none;
  }
  .timer-shaft {
    display: none;
  }
  .timer-move-box {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding: 0.15rem 0;
    display: block;
    border-bottom: 2px #eee solid;
    position: relative;
    right: 0;
  }
  .xmry_content .xmry_main .listbox li {
    min-height: 50px;
  }
  .timer-move-box .timer-list {
    display: inline-block;
    margin: 0 15px;
    padding: 10px;
    box-sizing: border-box;
  }
  .timer-move-box .timer-list.list-on {
    border: 1px #ddd solid;
  }
  .timer-move-box .timer-list h4 {
    font-size: 0.16rem;
  }
  .xmry_content .xmry_main .listbox li:first-child {
    border: none;
  }
  .xmry_content .xmry_main .listbox li .data-none {
    display: none;
  }
  .xmry_content .xmry_main .listbox li {
    padding: 0.2rem;
  }
  .xmry_content .xmry_main .listbox li .name {
    width: 100%;
    height: auto;
    line-height: 1.7;
    font-weight: normal;
    padding-left: 0.35rem;
    font-size: 0.14rem;
  }
  .xmry_content .xmry_main .list_wrap {
    margin-top: 10px;
  }
  .index-move {
    display: block;
  }
  .move-footer {
    display: block;
  }
  .move-ban {
    display: block;
  }
  .xmry_content {
    margin-top: 0.2rem;
	display: none;
  }
  .index_banner {
    margin-top: 0;
    overflow: hidden;
    box-sizing: border-box;
	padding-top:0.6rem;
  }
  .index_banner .banner_txt {
    width: 70%;
    right: 0;
    left: 0;
    margin: 0 auto;
	text-align:center;
	top:10%;
  }
  .scroll {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 0.8rem;
    opacity: 0.5;
  }
  .index_foot {
    margin-bottom: 0.6rem;
    border-bottom: 1px #ddd solid;
  }
  .index_banner .banner_txt h3 {
    font-size: 0.2rem;
    margin-bottom:unset;
    margin-top: 20%;
  }
  .index_banner .banner_txt p {
    font-size: 0.18rem;
    line-height: 31px;
    display:none; 
  }
  .index_banner .banner_txt {
    justify-content: initial;
  }
  .move-head .move-menu {
    width: 0.28rem;
  }
  .move-navbox .move-nav {
    padding: 10px 20px;
  }
  .picimg_head {
    padding: 0 1.2% 30px;
  }
  .idnex_picimg {
    margin-top: 10px;
  }
  .picimg_head .category {
    display: none;
  }
  .picimg_head .head_title h3 {
    font-size: 0.21rem;
  }
  .idnex_picimg .container .bigbox .boxtxt h4 {
    font-size: 0.16rem;
  }
  .idnex_picimg .container .bigbox .boxtxt span {
    font-size: 0.14rem;
  }
  .idnex_picimg .container .more_btn {
    width: 50%;
  }
  .index_foot {
    padding: 30px 0;
  }
  .page_piclist {
    margin-top: 1rem;
  }
  .piclist_auto {
    padding: 0 15px;
  }
  .piclist_list .item_box {
    width: 100%;
    text-align: left;
  }
  .piclist_list .item_box .boximg .item_after{
	  display:none
  }
  .piclist_list .item_box .boximg .item_after p {
    font-size: 15px;
  }
  .page_about .title h3 {
    font-size: 0.25rem;
  }
  .page_about .title {
    padding-bottom: 0.25rem;
  }
  .page_about .title p {
    font-size: 0.13rem;
  }
  .news_main ul li .list_wrap {
    padding: 8px;
  }
  .container,
  .rczp_wrap .container {
    /* width: 100%; */
  }
  .page_about {
    margin-top: 0.6rem;
  }
  .page_about .about_content {
    padding: 20px 10px 10px;
  }
  .page_about .about_cont {
    margin-top: 0.2rem;
  }
  .about_bgimg {
    height: 5.4rem;
	background:none;
	display:none;
  }
  
  .page_about .about_content .about-main .imgbox {
    height: 100%;
  }
  .page_about .about_content .layout_box .module_ul {
    flex-wrap: wrap;
  }
  .page_about .about_content .about-main {
    margin-bottom: 20px;
  }
  .page_about .about_content .layout_box li {
    width: 50%;
    margin-bottom: 10px;
  }
  .page_about .about_content .layout_box li:nth-child(2n) {
    border: none;
  }
  .page_about .about_content .layout_box li .number .counterDX {
    font-size: 0.24rem;
  }
  .page_about .about_content .layout_box li .title_p {
    font-size: 0.13rem;
  }
  .page_about .about_qywh .qybox_list {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .page_about .about_qywh .qywh_main {
    flex-wrap: wrap;
  }
  .page_about .about_qywh .qybox_list .textbox h3 {
    font-size: 0.18rem;
  }
  .page_about .about_qywh .qybox_list .textbox p {
    font-size: 0.13rem;
  }
  .page_about .lxwm_content .lxwm_main {
    text-align: center;
    margin-top: 0.25rem;
  }
  .page_about .lxwm_content .lxwm_main .lxwm_box {
    width: 100%;
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-bottom: 0.24rem;
    border:none;
    position: relative;
  }
  .page_about .lxwm_content .lxwm_main .lxwm_box:after{
    content:"";
    width: 1px;
    height: 80px;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
    background: #ddd;
	display:none
  }
  .page_about .lxwm_content .lxwm_main .lxwm_box:nth-child(2n):after{
    display: none;
  }
  .page_about .book_main .input {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .page_about .book_main .textarea {
    margin-top: 0;
  }
  .page_about .book_main .textarea .content {
    height: 1rem;
  }
  .page_about .book_main .input .input_text:focus ~ label,
  .page_about .book_main .input .input_text.has-content ~ label {
    bottom: 0.3rem;
  }
  .page_about .book_content .book_main {
    padding-top: 0;
  }
  .page_about .book_main .input_submit {
    margin-top: 0.4rem;
  }
  .page_about .book_main .input_submit input {
    width: 50%;
    padding: 0.1rem 0;
  }
  .page_about .book_main .input_submit input:hover {
    width: 46%;
  }
  .page_lxwm .zxns_content .zxns_list li {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0.15rem;
    float: none;
  }
  .page_lxwm .zxns_content .gshj_main {
    margin-top: 0.2rem;
  }
  .page_lxwm .zxns_content .gshj_main .imgbox {
    width: 49%;
    margin-right: 2%;
  }
  .page_lxwm .zxns_content .gshj_main .imgbox:nth-child(2n) {
    margin-right: 0%;
  }
  .page_about .zxns_content .zxns_main {
    margin-top: 0;
  }
  .move-head .move-logo {
    width: 1.2rem;
    left: 15px;
	margin-top: 0.04rem;
  }
  .move-head .move-menu {
    right: 12px;
  }
  .page_about .about_content .text p {
    line-height: 28px;
  }
  .move-navbox {
    top: 0.6rem;
  }
  .move-navbox .move-nav ul li a {
    padding: 0.18rem 0;
  }
  .move-navbox .move-nav ul li h4 {
    font-size: 0.16rem;
  }
  .move-navbox .move-nav ul li {
    background-size: 0.22rem 0.22rem;
  }
  .page_about .lxwm_content .lxwm_main .lxwm_box h3 {
    font-size: 0.16rem;
  }
  .item_content .item_main .item_inner h3.title {
    font-size: 0.19rem;
  }
  .rczp_wrap {
    margin-top: 1rem;
  }
  .rczp_wrap .item_content .item_main .item_inner {
    margin-left: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .rczp_wrap .item_content .item_auto .item_main p {
    margin-bottom: 0.1rem;
  }
  .index_foot .copyright {
    padding: 0 15px;
  }
  .index_foot .copyright p {
    font-size: 0.14rem;
  }
  .index_foot {
    padding: 0.14rem 0;
  }
  .idnex_picimg {
    padding-top: 0.2rem;
  }
  
  .idnex_picimg .container .item .boximg .item_after p{
	  display:none
  }
  .idnex_picimg .container .item .boximg .item_after{
	width: 100%;
    height: 43px;
    overflow: hidden;
    background-color: unset;
    position: absolute;
    left: 50%;
	top:unset;
    bottom: -15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .idnex_picimg .container .item .boximg .item_after h3{
	  margin-bottom:unset;
	  margin-top:unset;
  }
  .picimg_head .head_title p {
    font-size: 0.13rem;
  }
  .picimg_auto {
    width: 93%;
  }
  .index_banner .swiper-button-prev,
  .index_banner .swiper-button-next {
    display: none;
  }
  .index_banner .swiper-pagination {
    display: block;
    transform: translateX(-50%);
  }
  .index_banner .swiper-pagination-bullet {
    opacity: 0.6;
    margin: 0 2px;
    background-color: #fff;
  }
  .index_banner .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
  .item_content .item_main .item_inner .inner_text p {
    font-size: 0.14rem;
  }
  .item_content .item_main .item_data {
    width: 100%;
    text-align: left;
    border-bottom: 1px #eee solid;
  }
  .item_content .item_main .item_data .data_box {
    width: 49%;
    display: inline-block;
    text-align: center;
    border: none;
    margin-bottom: 0.16rem;
  }
  .index_around_on{
	  display:none
  }
  .item_content .item_auto {
    margin-top: 0.45rem;
  }
  
  

  .item_content .item_main .item_inner {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding: 0 5px;
    box-sizing: border-box;
  }
  #pictureViewer > .content {
    width: 75%;
  }
  .item_content .item_data .data_box h3 {
    font-size: 0.15rem;
  }
  .item_content .item_auto .item_xgal .head_title h3 {
    font-size: 0.22rem;
  }
  .image-list .cover {
    width: 100%;
    /* margin-right: 2%; */
  }
  .inner_pic .image-list .cover:nth-child(2n) {
    margin-right: 0;
  }
  .image-list .cover:nth-child(3n) {
    /* margin-right: 2%; */
  }
  .item_content .container .item_box {
    width: 49%;
    margin-right: 2%;
  }
  body .item_content .container .item_box:nth-child(2n) {
    margin-right: 0;
  }
  .item_content .container .item_box:nth-child(3n) {
    margin-right: 2%;
  }
  .item_content .container .item_box:nth-child(5n) {
    margin-right: 2%;
  }
  #pictureViewer {
    display: none !important;
  }
  .ryzs_main {
    margin-top: 0.2rem;
  }
  .index_foot .foot_icon {
    display: none;
  }
  .index_foot {
    margin-top: 0.4rem;
  }
  .pages a {
    padding: 6px 10px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .idnex_picimg .container .more_btn {
    height: 0.34rem;
    width: 40%;
    line-height: 0.34rem;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 88px;
  }
  .index_banner {
    
  }
}
@media only screen and (max-width: 325px) {
  html {
    font-size: 80px;
  }
  .picimg_head .head_title p {
    width: 90%;
    line-height: 26px;
    margin: 0 auto;
  }
  .index_banner {
    
  }
}
